home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 4
/
CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso
/
support
/
parnet
/
boot.host
< prev
next >
Wrap
AmigaDOS Script File
|
1995-05-13
|
1KB
|
50 lines
.key ""
echo "*e[33mHost Boot Script V3.0 by Vernon Graner *e[31m"
echo " "
echo "Checking for Drive List in the S: directory.. *e[32m"Noline
if exists s:parnet-drivelist
echo "OK*e[31m"
echo "Copying DriveList for Remote reference... *e[32m"Noline
copy S:ParNET-DriveList to RAM:
echo "OK*e[31m"
else
echo "NOT FOUND!*e[31m"
endif
Echo "Starting NetPNET-Server... *e[32m"NoLine
NETPNET-SERVER UNIT 1
Echo "OK*e[31m"
Echo "Mounting NET: Device... *e[32m"NoLine
MOUNT NET: FROM DEVS:MountList.ParNET.Host
echo "OK*e[31m"
echo "Waiting for Network Connection... *e[32m"Noline
CD NET:RAM
echo "OK*e[31m"
Echo "Activating Net Icons... *e[32m"NoLine
If Exists NET:RAM/ParNET-DriveList
Execute NET:RAM/ParNET-DriveList
echo "OK*e[31m"
Else
echo "NOT FOUND!*e[31m"
echo "Copying Default Network Icons... *e[32m"Noline
COPY SYS:Parnet/Node.rinfo to NET:RAM/node.rinfo
If NOT Exists NET:sys/node.rinfo
COPY SYS:Parnet/Node.rinfo to NET:SYS/Node.rinfo
EndIF
ECHO "OK*e[31m"
EndIF
Echo "Mounting MOUSE: device for PNetKeys... *e[32m"NoLine
mount MOUSE: from Devs:Mountlist.ParNET.Host
echo "OK*e[31m"
echo ""
echo "Done."
wait 3